﻿2026-06-04T00:09:16.1357268Z ##[group]Run actions/checkout@v4
2026-06-04T00:09:16.1358030Z with:
2026-06-04T00:09:16.1358468Z   repository: SaberMage/spt-core
2026-06-04T00:09:16.1362397Z   token: ***
2026-06-04T00:09:16.1362995Z   ssh-strict: true
2026-06-04T00:09:16.1363518Z   ssh-user: git
2026-06-04T00:09:16.1363938Z   persist-credentials: true
2026-06-04T00:09:16.1364399Z   clean: true
2026-06-04T00:09:16.1364827Z   sparse-checkout-cone-mode: true
2026-06-04T00:09:16.1365306Z   fetch-depth: 1
2026-06-04T00:09:16.1365721Z   fetch-tags: false
2026-06-04T00:09:16.1366142Z   show-progress: true
2026-06-04T00:09:16.1366559Z   lfs: false
2026-06-04T00:09:16.1366948Z   submodules: false
2026-06-04T00:09:16.1367372Z   set-safe-directory: true
2026-06-04T00:09:16.1367999Z ##[endgroup]
2026-06-04T00:09:16.2347120Z Syncing repository: SaberMage/spt-core
2026-06-04T00:09:16.2349327Z ##[group]Getting Git version info
2026-06-04T00:09:16.2350187Z Working directory is '/home/runner/work/spt-core/spt-core'
2026-06-04T00:09:16.2351947Z [command]/usr/bin/git version
2026-06-04T00:09:16.2378234Z git version 2.54.0
2026-06-04T00:09:16.2406330Z ##[endgroup]
2026-06-04T00:09:16.2414667Z Temporarily overriding HOME='/home/runner/work/_temp/120bbd9d-dff9-4efd-b01a-277c85084112' before making global git config changes
2026-06-04T00:09:16.2427996Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T00:09:16.2432018Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/spt-core/spt-core
2026-06-04T00:09:16.2492830Z Deleting the contents of '/home/runner/work/spt-core/spt-core'
2026-06-04T00:09:16.2496677Z ##[group]Initializing the repository
2026-06-04T00:09:16.2501348Z [command]/usr/bin/git init /home/runner/work/spt-core/spt-core
2026-06-04T00:09:16.2716233Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-04T00:09:16.2718089Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-06-04T00:09:16.2719437Z hint: to use in all of your new repositories, which will suppress this warning,
2026-06-04T00:09:16.2721320Z hint: call:
2026-06-04T00:09:16.2722411Z hint:
2026-06-04T00:09:16.2723303Z hint: 	git config --global init.defaultBranch <name>
2026-06-04T00:09:16.2724705Z hint:
2026-06-04T00:09:16.2725646Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-04T00:09:16.2727034Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-04T00:09:16.2728201Z hint:
2026-06-04T00:09:16.2728949Z hint: 	git branch -m <name>
2026-06-04T00:09:16.2729751Z hint:
2026-06-04T00:09:16.2730668Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-06-04T00:09:16.2732503Z Initialized empty Git repository in /home/runner/work/spt-core/spt-core/.git/
2026-06-04T00:09:16.2737138Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-core
2026-06-04T00:09:16.3208019Z ##[endgroup]
2026-06-04T00:09:16.3209574Z ##[group]Disabling automatic garbage collection
2026-06-04T00:09:16.3212496Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T00:09:16.3354867Z ##[endgroup]
2026-06-04T00:09:16.3356422Z ##[group]Setting up auth
2026-06-04T00:09:16.3360600Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T00:09:16.3402952Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T00:09:16.3654183Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T00:09:16.3682280Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T00:09:16.3884573Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T00:09:16.3912670Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T00:09:16.4123914Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T00:09:16.4548100Z ##[endgroup]
2026-06-04T00:09:16.4550377Z ##[group]Fetching the repository
2026-06-04T00:09:16.4557066Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +20b05788920237d2df7a6da452d55dc9e510947c:refs/remotes/origin/dev-freeform
2026-06-04T00:09:17.1351509Z From https://github.com/SaberMage/spt-core
2026-06-04T00:09:17.1363063Z  * [new ref]         20b05788920237d2df7a6da452d55dc9e510947c -> origin/dev-freeform
2026-06-04T00:09:17.1373527Z ##[endgroup]
2026-06-04T00:09:17.1375257Z ##[group]Determining the checkout info
2026-06-04T00:09:17.1377504Z ##[endgroup]
2026-06-04T00:09:17.1378856Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T00:09:17.1403088Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T00:09:17.1439734Z ##[group]Checking out the ref
2026-06-04T00:09:17.1441865Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T00:09:17.1590371Z Switched to a new branch 'dev-freeform'
2026-06-04T00:09:17.1601578Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T00:09:17.1604988Z ##[endgroup]
2026-06-04T00:09:17.1636919Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T00:09:17.1658676Z 20b05788920237d2df7a6da452d55dc9e510947c
